


body{
  background: blue;
  background/image: url("background 3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pading-bottom: 200px;
  pading-top: 200px;
  background-color: white;

}


}
/*My navigation*/
.container1{
  flex-direction: column-reverse;
  background-color: purple;
  height: 350px;
  width: 100%;
  margin-bottom: -200px;



}
/*content container*/
 .container2{
   display: flex;
   background-color: blue;
   width: 80%;
   height:150px;
   padding-left:0px;
   padding-tp: 40px;
   padding-bottom: -100px;
   float: right;
  align-items: flex-start;
  flex: 1;



 }
.footer{
  background-color: green;
  height: 100px;
  display: flex;
  width: 100%;
  align-content: flex-end;



}
body{
  background-olor: blue;
}
.bigblue{
  background-color: blue;
  justify-content: center;
  align-content: center;
  align-self: center;
}


/*Introduction container*/
.container{
   display: flex;
   color: violet;
   position: fixed;
   justify-content: center;
  width: 1350px;




}
/**/
*{
 padding: 0;
 margin: 0;
 text-decoration: none;

}
body{
 font-family: sans-serif;
}
nav{
 height: 80px;
 width: 100%;
 background: #014d4e;
}
label.logo{
 font-size: 15px;
 font-weight: bold;
 color: black;
 padding: 0 100px;
 line-height: 80px;

}
nav ul{
 float: right;
 margin-right: 40px;
}

nav li{
 display: inline-block;
 margin: 0 8px;
 line-height: 80px;
}

nav a{
 color: #DAB04E;
 font-size: 18px;
 text-transform: uppercase;
 border: 1px solid transparent;
 padding: 7px 10px;
 border-radius: 4px;
}
a.active,a:hover{
 border: 1px solid white;
 transition: .5s;
}
 nav #icon{
   color: rgb(0, 255, 115);
   font-size: 30px;
   line-height: 80px;
   float: right;
   margin-right: 40px;
   cursor: pointer;


 }
 @media (max-width:1048){
   label.logo{
     font-size: 32px;
     padding-left: 60px;
   }
   nav ul{
     margin-right: 20px;

   }
   nav a{
     font-size: 17px;

   }
 }
@media (max-width: 909px){
 nav #icon{
   display: block;
 }
 nav ul{
   position: fixed;
   width: 100%;
   height: 100vh;
   background: green;
   top: 80px;
   left:0%;
   text-align: center;
   transition: all .5s;
 }
 nav li{
   display: block;
   margin: 50px 0;
   line-height: 30px;

 }
 nav a{
   font-size: 20px;

 }
 a.active,a:hover{
   border: none;
   color: goldenrod;
 }

}
#more {display: none;}
.html{
  margin-left: 100px;
  margin-right: 100px;

}
h1{
  float: center;
  text-align: center;
  vertical-align: middle;
  color: black;
  padding-top: 50px;
}
.nav{
  justify-content: center;
  padding-bottom: 30px;

}
.body{
  background-color:;

}
.bodytext{
  background-color: black;
}
#bodytext{
  margin-left: 150px;
  margin-right: 150px;
  color: black;
padding-top: 20px;
}
h2{
  padding-top: 50px;
  color: #B8860B;
}
.headmaster{
  border:10px;
  background-color: blu;
}
#nav{
  position: sticky;
position: fixed;
top:0px;
}
#more {
  display: none;
}
.content{
  padding-top: 50px;
}
.headmaster{
  float: left;
}
.bio{
  float:
}
.Map{
  padding-top: 50px;

}
​#footer{
 padding-top: 10px;
 background-color: #014d4e;
}
